mail -U -H $__mfletter -s "Creating mail folder..." $user
opensmf
endif
endif
endif
endif
endif
if $?saved_by_version
if "$saved_by_version" != "$version"
set verify += split_send
if -e $HOME/.forward
if $?dot_forward
echo -d -p 'The version of MediaMail you have just installed enables the receiving of very\nlarge messages that have been split into pieces small enough for most mail\nsystems to handle. To use this new functionality, you must modify the\n.forward file in your home directory. Please refer to the online help section\non "MediaMail and Your .forward File" for modification instructions.'
endif
endif
endif
endif
if $?dot_forward
if ! -e $HOME/.forward
if $user != "root"
ask -m 'In order to be able to reassemble very large messages that could be sent in\npieces to you, a .forward file must be created and placed in your home\ndirectory.\n\nChoose Yes below to create the .forward file and therefore be able to\nreassemble very large, split messages.\n\nChoose No to continue without creating a .forward file. Very large, split\nmessages may appear in your mailbox in pieces and will not be reassembled.\n\nTo inhibit this dialog, choose Variables from the Options menu of the MediaMail\nwindow and unset the dot_forward variable. For more information on setting\nup a .forward file, refer to the Help section on "MediaMail and the .forward file".'
if $status == 0
sh "echo '|/usr/lib/Zmail/bin/reassembler' > $HOME/.forward"